From: Stephen Berman Date: Fri, 4 Jan 2013 22:37:40 +0000 (+0100) Subject: * calendar/todos.el (todos-insert-item): Fix copy and paste error X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~3679 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=12983a8abdaa5a85eae1879252a213a829ebdf9c;p=emacs.git * calendar/todos.el (todos-insert-item): Fix copy and paste error from previous change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 576c72c0f0f..8c52196c5ac 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-01-04 Stephen Berman + + * calendar/todos.el (todos-insert-item): Fix copy and paste error + from previous change. + 2013-01-03 Stephen Berman * calendar/todos.el: Implement extended category completions. diff --git a/lisp/calendar/todos.el b/lisp/calendar/todos.el index 62423985541..75af84b8812 100644 --- a/lisp/calendar/todos.el +++ b/lisp/calendar/todos.el @@ -4387,7 +4387,6 @@ the priority is not given by HERE but by prompting." ;; todos-set-item-priority. ;; (todos-category-number cat) ;; (todos-category-select) - (goto-char (point-min)) (let (buffer-read-only) (setq new-item ;; Add date, time and diary marking as required.